From: Sebastian Kemper Date: Sat, 24 Feb 2018 09:51:15 +0000 (+0100) Subject: libsrtp: install additional symlink X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=07bd27da7729a3f34740cf47d21b2b16b709c596;p=feed%2Ftelephony.git libsrtp: install additional symlink Makes sure that the libsrtp.so symlink gets installed on the target devices as well. Signed-off-by: Sebastian Kemper --- diff --git a/libs/libsrtp/Makefile b/libs/libsrtp/Makefile index f54c776..c0899ed 100644 --- a/libs/libsrtp/Makefile +++ b/libs/libsrtp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsrtp PKG_VERSION:=1.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git @@ -64,7 +64,7 @@ endef define Package/libsrtp/install $(INSTALL_DIR) $(1)/usr/lib $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/libsrtp.so.* \ + $(PKG_INSTALL_DIR)/usr/lib/libsrtp.so* \ $(1)/usr/lib/ endef